PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowHeadingContent Class


In This Topic
    PDFFlowHeadingContent Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowHeadingContent members.

    Public Methods
     NameDescription
    Public MethodAdds a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodAdds a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets a value indicating whether the headings should be numbered automatically.
    The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on.  
    Public MethodGets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content height.
    When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTextContent)
    Public MethodGets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the heading level (1 to 8).
    Level 1 is the top most heading, level 2 headings are children of level 1 and so on.
    The level information is used to build the document's outline tree and to generate correctly the heading number if method is true.  
    Public MethodGets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets an arbitrary object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets a value indicating whether the headings should be numbered automatically.
    The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on.  
    Public MethodSets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the heading level (1 to 8).
    Level 1 is the top most heading, level 2 headings are children of level 1 and so on.
    The level information is used to build the document's outline tree and to generate correctly the heading number if method is true.  
    Public MethodSets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodReturns a string that represents the current Object. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTextContent)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Top
    See Also